home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / util1 / shortrel.rea < prev    next >
Text File  |  1996-01-16  |  655b  |  15 lines

  1. Short:    32bit relocations<->16bit (squeeze exe)
  2. Author:   short@k332.feld.cvut.cz (Jan Kratochvil)
  3. Uploader: short@k332.feld.cvut.cz (Jan Kratochvil)
  4. Version:  1.0
  5. Type:     util/cli
  6. Requires: util/libs/SSLib51.lha, system 2.04 and higher
  7.  
  8. Description:
  9.    ShortRel   loads   the  input  file  (must  be  an  executable),  converts
  10. relocations  (32-bit  to  16-bit  or vice versa), strips debug informaion (if
  11. requested)  and  writes  out  the result.  16-bit relocations use 2 bytes per
  12. each one and 32-bit relocations use 4 bytes.  So conversion of any executable
  13. with  many  relocations  from  32-bit to 16-bit relocations saves 2 bytes per
  14. each one.
  15.